home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tchk050.arc / MENUHK.H < prev    next >
C/C++ Source or Header  |  1988-11-19  |  749b  |  17 lines

  1. /* TCHK 0.50 - Howard Kapustein's Turbo C library     11-18-87 */
  2. /* Copyright (C) 1987, Howard Kapustein.  All rights reserved. */
  3.  
  4. /* menuhk.h  -  header file for MENUHK.C - menu routines */
  5.  
  6. #include <howard.h>
  7.  
  8.  
  9. /* function prototypes */
  10. char menu_lotus(int argc, char cmdkey[], byte *command[], byte col[],
  11.             byte *message[], byte msglen[], byte normal, byte highlite,
  12.             byte cmdrow, boolean clockon, byte clockrow, byte clockcol, byte clockcolor);
  13.                                             /* lotus slash-bar menu */
  14. void lotus_setup(int argc, byte *command[], char cmdkey[], byte col[],
  15.                  byte *message[], byte msglen[]);
  16.                         /* generates info needed for menu_lotus */
  17.